Add 'Since 2.20' documentation.
authorCody Russell <crussell@canonical.com>
Mon, 28 Dec 2009 15:23:05 +0000 (09:23 -0600)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:53:45 +0000 (20:53 -0400)
gtk/gtkoffscreenwindow.c

index fb6b9d90b70efda9b94601c713cedd419e5a3bb4..2b9b41571279e02c130144965d774ba7913752ca 100644 (file)
@@ -247,6 +247,8 @@ gtk_offscreen_window_init (GtkOffscreenWindow *window)
  * hierarchy, gtk_widget_get_snapshot() can be used instead.
  *
  * Return value: A pointer to a #GtkWidget
+ *
+ * Since: 2.20
  **/
 GtkWidget *
 gtk_offscreen_window_new (void)
@@ -262,6 +264,8 @@ gtk_offscreen_window_new (void)
  * resizes then you should add a reference to it.
  *
  * Returns: A #GdkPixmap pointer to the offscreen pixmap, or %NULL.
+ *
+ * Since: 2.20
  **/
 GdkPixmap *
 gtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen)
@@ -280,6 +284,8 @@ gtk_offscreen_window_get_pixmap (GtkOffscreenWindow *offscreen)
  * needed.
  *
  * Returns: A #GdkPixbuf pointer, or %NULL.
+ *
+ * Since: 2.20
  **/
 GdkPixbuf *
 gtk_offscreen_window_get_pixbuf (GtkOffscreenWindow *offscreen)